Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
1: |
|
g(x,y) |
→ x |
2: |
|
g(x,y) |
→ y |
3: |
|
f(s(x),y,y) |
→ f(y,x,s(x)) |
|
There is one dependency pair:
|
4: |
|
F(s(x),y,y) |
→ F(y,x,s(x)) |
|
The approximated dependency graph contains one SCC:
{4}.
-
Consider the SCC {4}.
There are no usable rules.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006